
 
 '   t r y   c h a n g i n g   t h e   v 1   v a l u e 
 
 
 
 v 1   =   1 
 
 
 
 S e l e c t   v 1 
 
 	 C a s e   1 
 
 	 	 P r i n t   1 
 
 	 C a s e   2 
 
 	 	 P r i n t   2 
 
 	 C a s e E l s e 
 
 	 	 P r i n t   " N o t   1   a n d   n o t   2 " 
 
 E n d S e l e c t 
 
 
 
 ' > > >   t h e   e x e c u t i o n   r e s t a r t s   t o   t h e   f i r s t   l i n e 
 
 
 
 
 
 ' E X E C   v 1   =   2 
 
 